home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 21 / Mac Magazin and MacEasy Magazine CD - Issue 21.iso / Wissenschaft & Technik / yorick_docs folder / yorick-1.2vr1-README < prev    next >
Text File  |  1996-02-29  |  3KB  |  73 lines

  1. Introduction
  2. ------------
  3. Yorick is a tool for analyzing numerical data. It has an interpreter
  4. that uses a C-like language and can operate on entire arrays without
  5. any need for do loops over the array indices. Yorick has a file I/O
  6. package with the ability to conveniently read text files with
  7. columns of numbers. The file I/O package can easily be trained to
  8. read a wide variety of binary and text files, if the formatting
  9. rules for the file are known. Yorick has a 2D graphics package that
  10. includes polylines, contour plots, cell arrays, and filled mesh
  11. plots. The new 3D graphics package provides surface plots, slicing
  12. planes, and iso-surfaces.
  13.  
  14. Gist is a program that displays frames in binary CGM files written by
  15. yorick and other applications (e.g. ATC GKS, IDL). gist is
  16. particularly useful for making PICT files from a CGM file written by
  17. a Unix version of yorick. 
  18.  
  19. Macintosh versions of Yorick and Gist are labeled by the version
  20. number of the corresponding Unix release followed by the Mac version.
  21. For example, version 1.2v1 means the first version based on Unix
  22. release 1.2.
  23.  
  24.  
  25. Bug fixes and New Features in release 1.2vr1
  26. --------------------------------------------
  27. macyorick has all the bug fixes in the 1.2 release of yorick for Unix
  28. plus fixes for the first two bugs found in release 1.2. 
  29.  
  30. Previous versions of macyorick did not correctly display polygons
  31. with more than 98 vertices. The new limit should be large enough
  32. that you will never encounter it. 
  33.  
  34. When yorick detects a syntax error in an include file, it should 
  35. correctly load the file into a text editor and put the cursor on the 
  36. offending line. Previous versions did not behave correctly when  a
  37. text editor was already open at the time they tried to open the file 
  38. with the error in it.
  39.  
  40. New features include a 3D graphics package, a list processing package, 
  41. and the catch function.
  42.  
  43.  
  44. Getting Yorick and Gist
  45. -----------------------
  46. Yorick is distributed in several self-extracting archive files. There
  47. is a version that runs on any 68020, 68030, or 68040 Mac with a
  48. floating point chip (FPU), another version that runs on 68020, 68030,
  49. or 68040 Macs without an FPU (e.g. 68040LC), and a Power Mac version.
  50. There is also a PowerMac version of gist and a 68000 version that
  51. does not require an FPU. Each version of gist and yorick checks for
  52. the Mac hardware and software it requires and aborts if it is not
  53. found (it is possible that detection of old 68000 Macs does not
  54. work).
  55.  
  56. If you can do so, download the "sea" file in MacBinary mode with your
  57. ftp program. If the ftp site you are using only has the "hqx"
  58. version, download it and use a program like UnStuffIt to decode the
  59. BinHex file. Once you have the "sea" file, double-click on it and it
  60. will automatically  split itself apart into the constituent files.
  61.  
  62. You can also subscribe to the Yorick mailing list by sending the message
  63.      subscribe yorick
  64. (in the *body* of the message, *not* the Subject: header) to
  65.      majordomo@lists.llnl.gov
  66. If you have some question, comment, or Yorick source code you think
  67. might be valuable to other Yorick users, you may post it to all the
  68. subscribers by sending it to
  69.     yorick@llnl.gov
  70. (Questions you don't want to ask publically - and all installation 
  71. problems - should still go to munro@icf.llnl.gov, or to shl@icf.llnl.gov
  72. if they are Mac specific.)
  73.